method UserAgent.prototype.[Symbol.for("nodejs.util.inspect.custom")]View codeUserAgent.prototype.[Symbol.for("nodejs.util.inspect.custom")](depth: number,options: any,inspect: (value: unknown,options?: unknown) => string): stringCustom output for Node's util.inspect. Parametersdepth: numberView codeoptions: anyView codeinspect: (value: unknown,options?: unknown) => stringView codeReturn TypestringView code